Skip to content

process: add --pending-deprecation to process.binding()#26500

Closed
addaleax wants to merge 3 commits into
nodejs:masterfrom
addaleax:process-binding-pd
Closed

process: add --pending-deprecation to process.binding()#26500
addaleax wants to merge 3 commits into
nodejs:masterfrom
addaleax:process-binding-pd

Conversation

@addaleax

@addaleax addaleax commented Mar 7, 2019

Copy link
Copy Markdown
Member

Print a deprecation warning for process.binding() when using
--pending-deprecation.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

Print a deprecation warning for `process.binding()` when using
`--pending-deprecation`.
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

Comment thread lib/internal/bootstrap/pre_execution.js Outdated
@BridgeAR

BridgeAR commented Mar 8, 2019

Copy link
Copy Markdown
Member

@BridgeAR BridgeAR added process Issues and PRs related to the process subsystem. author ready PRs that have at least one approval, no pending requests for changes, and a CI started. labels Mar 8, 2019
@BridgeAR

BridgeAR commented Mar 8, 2019

Copy link
Copy Markdown
Member

@nodejs/build @nodejs/automation our bot does not seem to detect process related PRs properly (the label is not applied).

Comment thread doc/api/deprecations.md
@addaleax

addaleax commented Mar 8, 2019

Copy link
Copy Markdown
Member Author

@richardlau

Copy link
Copy Markdown
Member

@nodejs/build @nodejs/automation our bot does not seem to detect process related PRs properly (the label is not applied).

None of the files changed in this PR are exclusive to process though.

@tniessen tniessen added the deprecations Issues and PRs related to deprecations. label Mar 8, 2019
@joyeecheung

Copy link
Copy Markdown
Member

None of the files changed in this PR are exclusive to process though.

I guess it should be safe to map lib/internal/bootstrap/* changes to process

@ChALkeR ChALkeR left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@addaleax

Copy link
Copy Markdown
Member Author

Landed in 148254744134793cd6556c9749658f3872b03d002

@addaleax addaleax closed this Mar 11, 2019
@addaleax addaleax deleted the process-binding-pd branch March 11, 2019 10:18
addaleax added a commit that referenced this pull request Mar 11, 2019
Print a deprecation warning for `process.binding()` when using
`--pending-deprecation`.

PR-URL: #26500
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Minwoo Jung <minwoo@nodesource.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Masashi Hirano <shisama07@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com>
Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com>
BridgeAR pushed a commit that referenced this pull request Mar 13, 2019
Print a deprecation warning for `process.binding()` when using
`--pending-deprecation`.

PR-URL: #26500
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Minwoo Jung <minwoo@nodesource.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Masashi Hirano <shisama07@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com>
Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com>
BridgeAR pushed a commit that referenced this pull request Mar 14, 2019
Print a deprecation warning for `process.binding()` when using
`--pending-deprecation`.

PR-URL: #26500
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Minwoo Jung <minwoo@nodesource.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Masashi Hirano <shisama07@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com>
Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author ready PRs that have at least one approval, no pending requests for changes, and a CI started. deprecations Issues and PRs related to deprecations. process Issues and PRs related to the process subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.